Windows Registry Editor Version 5.00

; Updated for Windows 7

[-HKEY_CLASSES_ROOT\.xpf]
[HKEY_CLASSES_ROOT\.xpf]
"InfoTip"="Explores Parent Folder"
"Content Type"="text/plain"
@="xpffile"

[HKEY_CLASSES_ROOT\.xpf\ShellNew]
"NullFile"=""

[-HKEY_CLASSES_ROOT\xpffile]
[HKEY_CLASSES_ROOT\xpffile]
@="Explore Me"
"EditFlags"=hex:00,00,01,00
"InfoTip"="Explores Parent Folder"
"AlwaysShowExt"=""
"NeverShowExt"=""
;If you want the default, put a semicolon
;in front of both Show Extension parameters
;above, else choose only one.

[HKEY_CLASSES_ROOT\xpffile\DefaultIcon]
;@="Explorer.exe,1"; Originally
;@=(REG_EXPAND_SZ)="%SystemRoot%\\System32\\imageres.dll,-184"; Currently
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,\
69,00,6d,00,61,00,67,00,65,00,72,00,65,00,73,00,2e,00,64,00,6c,00,6c,\
00,2c,00,2d,00,31,00,38,00,34,00,00,00
;@="C:\\Windows\\System32\\imageres.dll,-184"; Current Alternate
;@="C:\\Windows\\SysWOW64\\imageres.dll,-184"; Current Alternate

[HKEY_CLASSES_ROOT\xpffile\QuickView]
@="*"

[HKEY_CLASSES_ROOT\xpffile\shell]
@="Explore"
;@="Open"; by default:
;If you want 'Open' to be the default command,
;move the semicolon from in front of '@="Open"'
;to in front of '@="Explore"' above.

[HKEY_CLASSES_ROOT\xpffile\shell\Explore]
@="&Explore New Window"
"EditFlags"=hex:01,00,00,00

[HKEY_CLASSES_ROOT\xpffile\shell\Explore\command]
@="Explorer.exe /e,/select,\"%1\""
;No space after commas!

[HKEY_CLASSES_ROOT\xpffile\shell\Open]
"EditFlags"=hex:01,00,00,00
@="&Open New Window"

[HKEY_CLASSES_ROOT\xpffile\shell\Open\command]
@="Explorer.exe /select,\"%1\""
;No space after commas!

;===================================================
; The following edit commands have been superceded:
;---------------------------------------------------
; See: All Files Context Menu Addins (AllFiles.reg)
;===================================================

[-HKEY_CLASSES_ROOT\xpffile\shell\edit]
;[HKEY_CLASSES_ROOT\xpffile\shell\edit]
;;[HKEY_CLASSES_ROOT\xpffile\shell\NotePad]
;"EditFlags"=hex:01,00,00,00
;@="&NotePad"

;[HKEY_CLASSES_ROOT\xpffile\shell\edit\command]
;;[HKEY_CLASSES_ROOT\xpffile\shell\NotePad\command]
;@="Notepad.exe \"%1\"" ;Runs NotePad Normally!
;;@="Notepad.pif \"%1\"" ;Runs NotePad Maximized!
;;Notepad.pif (Run: minimized)-> NotePad.bat -> start /max notepad.exe %1

[-HKEY_CLASSES_ROOT\xpffile\shell\Editor]
;[HKEY_CLASSES_ROOT\xpffile\shell\Editor]
;;[HKEY_CLASSES_ROOT\xpffile\shell\WordPad]
;"EditFlags"=hex:01,00,00,00
;@="&WordPad"

;[HKEY_CLASSES_ROOT\xpffile\shell\Editor\command]
;;[HKEY_CLASSES_ROOT\xpffile\shell\WordPad\command]
;@="WordPad.exe \"%1\"" ;Runs WordPad Normally! <- (MicroSoft)
;;@="C:\\Progra~1\\Access~1\\WordPad.exe \"%1\""; <- (MicroSoft)
;;@="C:\\I\\Progra~1\\CWordPad\\CWordPad.exe \"%1\""; <- (Cetus Preferred)

;===================================================

